home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / snowball.swf / scripts / DefineSprite_412 / frame_10 / DoAction.as
Text File  |  2011-08-19  |  690b  |  25 lines

  1. if(_root.yourmanager == "Danny")
  2. {
  3.    mmessage = "Great work nonetheless.  Prove me right! ";
  4. }
  5. else if(_root.yourmanager == "Carla")
  6. {
  7.    mmessage = "Play one more game for me... OK? ";
  8. }
  9. else if(_root.yourmanager == "Aomi")
  10. {
  11.    mmessage = _root.playername + ", I\'ll be watching you and supporting you from behind. ";
  12. }
  13. else if(_root.yourmanager == "Johnson")
  14. {
  15.    mmessage = "Get in there and play one more game! ";
  16. }
  17. else if(_root.yourmanager == "Maximillion")
  18. {
  19.    mmessage = "Roll a snowball.  The bigger it is, the bigger your determination. ";
  20. }
  21. if(_root.worldchampion != _root.playername)
  22. {
  23.    mmessage += "You still need to become the World Champion!";
  24. }
  25.